home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr53 / acmalg01.zip / ACMALGS.TXT < prev   
Text File  |  1993-01-01  |  2KB  |  36 lines

  1. ACMALGS.ZIP
  2.  
  3.      The 14 FORTRAN source algorithms in this subset from the ACM collection
  4. have proven particularly useful for exploratory data analysis by least 
  5. squares parametric and non-parametric methods.  Procedures based on
  6. advanced matrix decompositions and smoothing splines are featured in this
  7. compilation.  They were selected for their numerical stability and robustness
  8. in the presence of ill conditioned data.  They also are amenable to rapid
  9. translation into other high level languages.
  10.  
  11.      Citations are as follows by ACM algorithm number:
  12.  
  13.      476   Six subprograms for curve fitting using splines under tension.
  14.      525   ADAPT, Adaptive smooth curve fitting.
  15.      526   Bivariate interpolation and smooth surface fitting for irregularly
  16.               distributed data points.
  17.      573   NL2SOL, an adaptive nonlinear least-squares algorithm.
  18.               (Channel 1 users should note that Phillip H. Sherrod has)
  19.               (implemented this algorithm in his NONLIN series, available)
  20.               (as NONLIN15.ZIP as of 8/28/92).
  21.      581   An improved algorithm for computing the singular value decomposition.
  22.      600   Translation of Algorithm 507.  Procedures for quintic spline
  23.               interpolation.
  24.      615   The best subset of parameters in least absolute value regression.
  25.      633   An algorithm for linear dependency analysis of multivariate data.
  26.      634   CONST and EVAL. Routines for fitting multinomials in a least-
  27.               squares sense.
  28.      642   A fast procedure for calculating minimun cross-validation cubic
  29.               smoothing splines.
  30.      665   MACHAR, a subroutine to dynamically determine machine parameters.
  31.      672   Generation of interpolatory quadrature rules of the highest degree
  32.               of precision with preassigned nodes for general weight functions.
  33.      691   Improving QUADPACK automatic integration routines.
  34.      697   Univariate interpolation that has the accuracy of a third degree
  35.               polynomial.
  36.